(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/layers.h>
#include <>
void InitLayers()
SYNOPSIS
struct Layer_Info * li

LOCATION
In LayersBase at offset 5
FUNCTION
Initializes the supplied Layer_Info, so it's ready for use. Leaves the Layer_Info in an unlocked state.

INPUTS
li
- pointer to Layer_Info structure
RESULT
NOTES
This function is obsolete. Use NewLayerInfo() instead.

EXAMPLE
BUGS
SEE ALSO
NewLayerInfo
INTERNALS
HISTORY
08.07.1997 ldp
Added to CVS